-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ballot Measures (single column) added #92
Ballot Measures (single column) added #92
Conversation
@stratofax the tests GitHub actions started have been running for several hours. I'm assuming they are blocked or caught in a loop. I've tried running them locally and they do the same thing. The test that hangs is this Edit: Found the immediate issue, though not the ultimate cause. This code is in an infinite loop because
Note: I cancelled the build tasks. |
@ion-oset I'd like to merge this onto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments added since you merged. They are mostly informational, so I'm posting them anyway.
Today's single-precinct ballot includes:
The ballot was generated with the command:
All automated tests (pytest and linting on Python 3.8, 3.9 and 3.10 on Mac, Windows, and Linux) pass -- that's 9 total automated tests, all green on my fork. Ready to merge!